GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-17T03:38:57.0444419+00:00",
"SubmitDate": "2026-04-17T03:38:57.0444419+00:00",
"ReportPeriodStart": "2026-04-17T03:38:57.0444419+00:00",
"ReportPeriodEnd": "2026-04-17T03:38:57.0444419+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "61059e85-c28a-40cf-b49a-0fd2a27d4e52",
"Rows": [
{
"ItemId": "db01fc4c-12bc-43d9-938a-c7230f8bf5b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "db01fc4c-12bc-43d9-938a-c7230f8bf5b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "61059e85-c28a-40cf-b49a-0fd2a27d4e52",
"Rows": [
{
"ItemId": "db01fc4c-12bc-43d9-938a-c7230f8bf5b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "db01fc4c-12bc-43d9-938a-c7230f8bf5b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"396d0370-0887-4e8f-b2c7-0ab23f270758",
"a687e117-650d-4045-ae9f-52c66cedd12e"
],
"Approvers": [
"89530534-835e-4095-9325-48ca9057165d",
"a0b5fe94-21db-44ff-8ad4-33fa449757d4"
],
"ApprovedBy": "6a514b14-843a-4692-a4b8-ce30a833fb38",
"ApprovalDate": "2026-04-17T03:38:57.0444419+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7d0439f5-07d2-4bbf-9c0b-209c962e8bc7",
"id": "a5a68ba5-a632-4d9a-875c-d3460ec661dc",
"ConfigId": "c9c15905-1fbb-433a-92ae-6421634ef9fd"
},
{
"GenerationDate": "2026-04-17T03:38:57.0444419+00:00",
"SubmitDate": "2026-04-17T03:38:57.0444419+00:00",
"ReportPeriodStart": "2026-04-17T03:38:57.0444419+00:00",
"ReportPeriodEnd": "2026-04-17T03:38:57.0444419+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "61059e85-c28a-40cf-b49a-0fd2a27d4e52",
"Rows": [
{
"ItemId": "db01fc4c-12bc-43d9-938a-c7230f8bf5b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "db01fc4c-12bc-43d9-938a-c7230f8bf5b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "61059e85-c28a-40cf-b49a-0fd2a27d4e52",
"Rows": [
{
"ItemId": "db01fc4c-12bc-43d9-938a-c7230f8bf5b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "db01fc4c-12bc-43d9-938a-c7230f8bf5b4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"396d0370-0887-4e8f-b2c7-0ab23f270758",
"a687e117-650d-4045-ae9f-52c66cedd12e"
],
"Approvers": [
"89530534-835e-4095-9325-48ca9057165d",
"a0b5fe94-21db-44ff-8ad4-33fa449757d4"
],
"ApprovedBy": "6a514b14-843a-4692-a4b8-ce30a833fb38",
"ApprovalDate": "2026-04-17T03:38:57.0444419+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7d0439f5-07d2-4bbf-9c0b-209c962e8bc7",
"id": "a5a68ba5-a632-4d9a-875c-d3460ec661dc",
"ConfigId": "c9c15905-1fbb-433a-92ae-6421634ef9fd"
}
]